home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / CHIP / Porady / Srodowisko PHP-MySQL / WAMP5 1.3 / wamp5_1.3.exe / {app} / license.txt < prev    next >
Text File  |  2004-09-24  |  30KB  |  556 lines

  1. ---------------------------------------------------------------
  2. WAMP5
  3. ---------------------------------------------------------------
  4. by Romain Bourdon (Roms) - contact@wampserver.com
  5.  
  6. APACHE 1.3.31 LICENSE
  7. PHP 5.0.2 LICENSE
  8. SQLITEMANAGER 1.0.1 AND PHPMYADMIN 2.6.0-rc3 LICENSE
  9. MYSQL 4.0.21 LICENSE
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17. /* =============================================================
  18.  * The Apache Software License, Version 1.1
  19.  *
  20.  * Copyright (c) 2000-2003 The Apache Software Foundation.  All rights
  21.  * reserved.
  22.  *
  23.  * Redistribution and use in source and binary forms, with or without
  24.  * modification, are permitted provided that the following conditions
  25.  * are met:
  26.  *
  27.  * 1. Redistributions of source code must retain the above copyright
  28.  *    notice, this list of conditions and the following disclaimer.
  29.  *
  30.  * 2. Redistributions in binary form must reproduce the above copyright
  31.  *    notice, this list of conditions and the following disclaimer in
  32.  *    the documentation and/or other materials provided with the
  33.  *    distribution.
  34.  *
  35.  * 3. The end-user documentation included with the redistribution,
  36.  *    if any, must include the following acknowledgment:
  37.  *       "This product includes software developed by the
  38.  *        Apache Software Foundation (http://www.apache.org/)."
  39.  *    Alternately, this acknowledgment may appear in the software itself,
  40.  *    if and wherever such third-party acknowledgments normally appear.
  41.  *
  42.  * 4. The names "Apache" and "Apache Software Foundation" must
  43.  *    not be used to endorse or promote products derived from this
  44.  *    software without prior written permission. For written
  45.  *    permission, please contact apache@apache.org.
  46.  *
  47.  * 5. Products derived from this software may not be called "Apache",
  48.  *    nor may "Apache" appear in their name, without prior written
  49.  *    permission of the Apache Software Foundation.
  50.  *
  51.  * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
  52.  * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  53.  * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  54.  * DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
  55.  * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  56.  * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  57.  * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
  58.  * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  59.  * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  60.  * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
  61.  * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  62.  * SUCH DAMAGE.
  63.  * ====================================================================
  64.  *
  65.  * This software consists of voluntary contributions made by many
  66.  * individuals on behalf of the Apache Software Foundation.  For more
  67.  * information on the Apache Software Foundation, please see
  68.  * <http://www.apache.org/>.
  69.  *
  70.  * Portions of this software are based upon public domain software
  71.  * originally written at the National Center for Supercomputing Applications,
  72.  * University of Illinois, Urbana-Champaign.
  73.  */
  74.  
  75.  
  76.  
  77. -------------------------------------------------------------------- 
  78.                   The PHP License, Version 3.0
  79. Copyright (c) 1999 - 2003 The PHP Group. All rights reserved.
  80. -------------------------------------------------------------------- 
  81.  
  82. Redistribution and use in source and binary forms, with or without
  83. modification, is permitted provided that the following conditions
  84. are met:
  85.  
  86.   1. Redistributions of source code must retain the above copyright
  87.      notice, this list of conditions and the following disclaimer.
  88.  
  89.   2. Redistributions in binary form must reproduce the above copyright
  90.      notice, this list of conditions and the following disclaimer in
  91.      the documentation and/or other materials provided with the
  92.      distribution.
  93.  
  94.   3. The name "PHP" must not be used to endorse or promote products
  95.      derived from this software without prior written permission. For
  96.      written permission, please contact group@php.net.
  97.   
  98.   4. Products derived from this software may not be called "PHP", nor
  99.      may "PHP" appear in their name, without prior written permission
  100.      from group@php.net.  You may indicate that your software works in
  101.      conjunction with PHP by saying "Foo for PHP" instead of calling
  102.      it "PHP Foo" or "phpfoo"
  103.  
  104.   5. The PHP Group may publish revised and/or new versions of the
  105.      license from time to time. Each version will be given a
  106.      distinguishing version number.
  107.      Once covered code has been published under a particular version
  108.      of the license, you may always continue to use it under the terms
  109.      of that version. You may also choose to use such covered code
  110.      under the terms of any subsequent version of the license
  111.      published by the PHP Group. No one other than the PHP Group has
  112.      the right to modify the terms applicable to covered code created
  113.      under this License.
  114.  
  115.   6. Redistributions of any form whatsoever must retain the following
  116.      acknowledgment:
  117.      "This product includes PHP, freely available from
  118.      <http://www.php.net/>".
  119.  
  120. THIS SOFTWARE IS PROVIDED BY THE PHP DEVELOPMENT TEAM ``AS IS'' AND 
  121. ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
  122. THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A 
  123. PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE PHP
  124. DEVELOPMENT TEAM OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, 
  125. INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 
  126. (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 
  127. SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  128. HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
  129. STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  130. ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
  131. OF THE POSSIBILITY OF SUCH DAMAGE.
  132.  
  133. -------------------------------------------------------------------- 
  134.  
  135. This software consists of voluntary contributions made by many
  136. individuals on behalf of the PHP Group.
  137.  
  138. The PHP Group can be contacted via Email at group@php.net.
  139.  
  140. For more information on the PHP Group and the PHP project, 
  141. please see <http://www.php.net>.
  142.  
  143. This product includes the Zend Engine, freely available at
  144. <http://www.zend.com>
  145.  
  146.  
  147. -------------------------------------------------------
  148. SQLITEMANAGER AND PHPMYADMIN LICENSE
  149. -------------------------------------------------------
  150.  
  151.             GNU GENERAL PUBLIC LICENSE
  152.                Version 2, June 1991
  153.  
  154.  Copyright (C) 1989, 1991 Free Software Foundation, Inc.
  155.                        59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  156.  Everyone is permitted to copy and distribute verbatim copies
  157.  of this license document, but changing it is not allowed.
  158.  
  159.                 Preamble
  160.  
  161.   The licenses for most software are designed to take away your
  162. freedom to share and change it.  By contrast, the GNU General Public
  163. License is intended to guarantee your freedom to share and change free
  164. software--to make sure the software is free for all its users.  This
  165. General Public License applies to most of the Free Software
  166. Foundation's software and to any other program whose authors commit to
  167. using it.  (Some other Free Software Foundation software is covered by
  168. the GNU Library General Public License instead.)  You can apply it to
  169. your programs, too.
  170.  
  171.   When we speak of free software, we are referring to freedom, not
  172. price.  Our General Public Licenses are designed to make sure that you
  173. have the freedom to distribute copies of free software (and charge for
  174. this service if you wish), that you receive source code or can get it
  175. if you want it, that you can change the software or use pieces of it
  176. in new free programs; and that you know you can do these things.
  177.  
  178.   To protect your rights, we need to make restrictions that forbid
  179. anyone to deny you these rights or to ask you to surrender the rights.
  180. These restrictions translate to certain responsibilities for you if you
  181. distribute copies of the software, or if you modify it.
  182.  
  183.   For example, if you distribute copies of such a program, whether
  184. gratis or for a fee, you must give the recipients all the rights that
  185. you have.  You must make sure that they, too, receive or can get the
  186. source code.  And you must show them these terms so they know their
  187. rights.
  188.  
  189.   We protect your rights with two steps: (1) copyright the software, and
  190. (2) offer you this license which gives you legal permission to copy,
  191. distribute and/or modify the software.
  192.  
  193.   Also, for each author's protection and ours, we want to make certain
  194. that everyone understands that there is no warranty for this free
  195. software.  If the software is modified by someone else and passed on, we
  196. want its recipients to know that what they have is not the original, so
  197. that any problems introduced by others will not reflect on the original
  198. authors' reputations.
  199.  
  200.   Finally, any free program is threatened constantly by software
  201. patents.  We wish to avoid the danger that redistributors of a free
  202. program will individually obtain patent licenses, in effect making the
  203. program proprietary.  To prevent this, we have made it clear that any
  204. patent must be licensed for everyone's free use or not licensed at all.
  205.  
  206.   The precise terms and conditions for copying, distribution and
  207. modification follow.
  208.  
  209.             GNU GENERAL PUBLIC LICENSE
  210.    TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
  211.  
  212.   0. This License applies to any program or other work which contains
  213. a notice placed by the copyright holder saying it may be distributed
  214. under the terms of this General Public License.  The "Program", below,
  215. refers to any such program or work, and a "work based on the Program"
  216. means either the Program or any derivative work under copyright law:
  217. that is to say, a work containing the Program or a portion of it,
  218. either verbatim or with modifications and/or translated into another
  219. language.  (Hereinafter, translation is included without limitation in
  220. the term "modification".)  Each licensee is addressed as "you".
  221.  
  222. Activities other than copying, distribution and modification are not
  223. covered by this License; they are outside its scope.  The act of
  224. running the Program is not restricted, and the output from the Program
  225. is covered only if its contents constitute a work based on the
  226. Program (independent of having been made by running the Program).
  227. Whether that is true depends on what the Program does.
  228.  
  229.   1. You may copy and distribute verbatim copies of the Program's
  230. source code as you receive it, in any medium, provided that you
  231. conspicuously and appropriately publish on each copy an appropriate
  232. copyright notice and disclaimer of warranty; keep intact all the
  233. notices that refer to this License and to the absence of any warranty;
  234. and give any other recipients of the Program a copy of this License
  235. along with the Program.
  236.  
  237. You may charge a fee for the physical act of transferring a copy, and
  238. you may at your option offer warranty protection in exchange for a fee.
  239.  
  240.   2. You may modify your copy or copies of the Program or any portion
  241. of it, thus forming a work based on the Program, and copy and
  242. distribute such modifications or work under the terms of Section 1
  243. above, provided that you also meet all of these conditions:
  244.  
  245.     a) You must cause the modified files to carry prominent notices
  246.     stating that you changed the files and the date of any change.
  247.  
  248.     b) You must cause any work that you distribute or publish, that in
  249.     whole or in part contains or is derived from the Program or any
  250.     part thereof, to be licensed as a whole at no charge to all third
  251.     parties under the terms of this License.
  252.  
  253.     c) If the modified program normally reads commands interactively
  254.     when run, you must cause it, when started running for such
  255.     interactive use in the most ordinary way, to print or display an
  256.     announcement including an appropriate copyright notice and a
  257.     notice that there is no warranty (or else, saying that you provide
  258.     a warranty) and that users may redistribute the program under
  259.     these conditions, and telling the user how to view a copy of this
  260.     License.  (Exception: if the Program itself is interactive but
  261.     does not normally print such an announcement, your work based on
  262.     the Program is not required to print an announcement.)
  263.  
  264. These requirements apply to the modified work as a whole.  If
  265. identifiable sections of that work are not derived from the Program,
  266. and can be reasonably considered independent and separate works in
  267. themselves, then this License, and its terms, do not apply to those
  268. sections when you distribute them as separate works.  But when you
  269. distribute the same sections as part of a whole which is a work based
  270. on the Program, the distribution of the whole must be on the terms of
  271. this License, whose permissions for other licensees extend to the
  272. entire whole, and thus to each and every part regardless of who wrote it.
  273.  
  274. Thus, it is not the intent of this section to claim rights or contest
  275. your rights to work written entirely by you; rather, the intent is to
  276. exercise the right to control the distribution of derivative or
  277. collective works based on the Program.
  278.  
  279. In addition, mere aggregation of another work not based on the Program
  280. with the Program (or with a work based on the Program) on a volume of
  281. a storage or distribution medium does not bring the other work under
  282. the scope of this License.
  283.  
  284.   3. You may copy and distribute the Program (or a work based on it,
  285. under Section 2) in object code or executable form under the terms of
  286. Sections 1 and 2 above provided that you also do one of the following:
  287.  
  288.     a) Accompany it with the complete corresponding machine-readable
  289.     source code, which must be distributed under the terms of Sections
  290.     1 and 2 above on a medium customarily used for software interchange; or,
  291.  
  292.     b) Accompany it with a written offer, valid for at least three
  293.     years, to give any third party, for a charge no more than your
  294.     cost of physically performing source distribution, a complete
  295.     machine-readable copy of the corresponding source code, to be
  296.     distributed under the terms of Sections 1 and 2 above on a medium
  297.     customarily used for software interchange; or,
  298.  
  299.     c) Accompany it with the information you received as to the offer
  300.     to distribute corresponding source code.  (This alternative is
  301.     allowed only for noncommercial distribution and only if you
  302.     received the program in object code or executable form with such
  303.     an offer, in accord with Subsection b above.)
  304.  
  305. The source code for a work means the preferred form of the work for
  306. making modifications to it.  For an executable work, complete source
  307. code means all the source code for all modules it contains, plus any
  308. associated interface definition files, plus the scripts used to
  309. control compilation and installation of the executable.  However, as a
  310. special exception, the source code distributed need not include
  311. anything that is normally distributed (in either source or binary
  312. form) with the major components (compiler, kernel, and so on) of the
  313. operating system on which the executable runs, unless that component
  314. itself accompanies the executable.
  315.  
  316. If distribution of executable or object code is made by offering
  317. access to copy from a designated place, then offering equivalent
  318. access to copy the source code from the same place counts as
  319. distribution of the source code, even though third parties are not
  320. compelled to copy the source along with the object code.
  321.  
  322.   4. You may not copy, modify, sublicense, or distribute the Program
  323. except as expressly provided under this License.  Any attempt
  324. otherwise to copy, modify, sublicense or distribute the Program is
  325. void, and will automatically terminate your rights under this License.
  326. However, parties who have received copies, or rights, from you under
  327. this License will not have their licenses terminated so long as such
  328. parties remain in full compliance.
  329.  
  330.   5. You are not required to accept this License, since you have not
  331. signed it.  However, nothing else grants you permission to modify or
  332. distribute the Program or its derivative works.  These actions are
  333. prohibited by law if you do not accept this License.  Therefore, by
  334. modifying or distributing the Program (or any work based on the
  335. Program), you indicate your acceptance of this License to do so, and
  336. all its terms and conditions for copying, distributing or modifying
  337. the Program or works based on it.
  338.  
  339.   6. Each time you redistribute the Program (or any work based on the
  340. Program), the recipient automatically receives a license from the
  341. original licensor to copy, distribute or modify the Program subject to
  342. these terms and conditions.  You may not impose any further
  343. restrictions on the recipients' exercise of the rights granted herein.
  344. You are not responsible for enforcing compliance by third parties to
  345. this License.
  346.  
  347.   7. If, as a consequence of a court judgment or allegation of patent
  348. infringement or for any other reason (not limited to patent issues),
  349. conditions are imposed on you (whether by court order, agreement or
  350. otherwise) that contradict the conditions of this License, they do not
  351. excuse you from the conditions of this License.  If you cannot
  352. distribute so as to satisfy simultaneously your obligations under this
  353. License and any other pertinent obligations, then as a consequence you
  354. may not distribute the Program at all.  For example, if a patent
  355. license would not permit royalty-free redistribution of the Program by
  356. all those who receive copies directly or indirectly through you, then
  357. the only way you could satisfy both it and this License would be to
  358. refrain entirely from distribution of the Program.
  359.  
  360. If any portion of this section is held invalid or unenforceable under
  361. any particular circumstance, the balance of the section is intended to
  362. apply and the section as a whole is intended to apply in other
  363. circumstances.
  364.  
  365. It is not the purpose of this section to induce you to infringe any
  366. patents or other property right claims or to contest validity of any
  367. such claims; this section has the sole purpose of protecting the
  368. integrity of the free software distribution system, which is
  369. implemented by public license practices.  Many people have made
  370. generous contributions to the wide range of software distributed
  371. through that system in reliance on consistent application of that
  372. system; it is up to the author/donor to decide if he or she is willing
  373. to distribute software through any other system and a licensee cannot
  374. impose that choice.
  375.  
  376. This section is intended to make thoroughly clear what is believed to
  377. be a consequence of the rest of this License.
  378.  
  379.   8. If the distribution and/or use of the Program is restricted in
  380. certain countries either by patents or by copyrighted interfaces, the
  381. original copyright holder who places the Program under this License
  382. may add an explicit geographical distribution limitation excluding
  383. those countries, so that distribution is permitted only in or among
  384. countries not thus excluded.  In such case, this License incorporates
  385. the limitation as if written in the body of this License.
  386.  
  387.   9. The Free Software Foundation may publish revised and/or new versions
  388. of the General Public License from time to time.  Such new versions will
  389. be similar in spirit to the present version, but may differ in detail to
  390. address new problems or concerns.
  391.  
  392. Each version is given a distinguishing version number.  If the Program
  393. specifies a version number of this License which applies to it and "any
  394. later version", you have the option of following the terms and conditions
  395. either of that version or of any later version published by the Free
  396. Software Foundation.  If the Program does not specify a version number of
  397. this License, you may choose any version ever published by the Free Software
  398. Foundation.
  399.  
  400.   10. If you wish to incorporate parts of the Program into other free
  401. programs whose distribution conditions are different, write to the author
  402. to ask for permission.  For software which is copyrighted by the Free
  403. Software Foundation, write to the Free Software Foundation; we sometimes
  404. make exceptions for this.  Our decision will be guided by the two goals
  405. of preserving the free status of all derivatives of our free software and
  406. of promoting the sharing and reuse of software generally.
  407.  
  408.                 NO WARRANTY
  409.  
  410.   11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
  411. FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
  412. OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
  413. PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
  414. OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
  415. MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
  416. TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
  417. PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
  418. REPAIR OR CORRECTION.
  419.  
  420.   12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
  421. WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
  422. REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
  423. INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
  424. OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
  425. TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
  426. YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
  427. PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
  428. POSSIBILITY OF SUCH DAMAGES.
  429.  
  430.              END OF TERMS AND CONDITIONS
  431.  
  432.         How to Apply These Terms to Your New Programs
  433.  
  434.   If you develop a new program, and you want it to be of the greatest
  435. possible use to the public, the best way to achieve this is to make it
  436. free software which everyone can redistribute and change under these terms.
  437.  
  438.   To do so, attach the following notices to the program.  It is safest
  439. to attach them to the start of each source file to most effectively
  440. convey the exclusion of warranty; and each file should have at least
  441. the "copyright" line and a pointer to where the full notice is found.
  442.  
  443.     <one line to give the program's name and a brief idea of what it does.>
  444.     Copyright (C) 19yy  <name of author>
  445.  
  446.     This program is free software; you can redistribute it and/or modify
  447.     it under the terms of the GNU General Public License as published by
  448.     the Free Software Foundation; either version 2 of the License, or
  449.     (at your option) any later version.
  450.  
  451.     This program is distributed in the hope that it will be useful,
  452.     but WITHOUT ANY WARRANTY; without even the implied warranty of
  453.     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  454.     GNU General Public License for more details.
  455.  
  456.     You should have received a copy of the GNU General Public License
  457.     along with this program; if not, write to the Free Software
  458.     Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  459.  
  460.  
  461. Also add information on how to contact you by electronic and paper mail.
  462.  
  463. If the program is interactive, make it output a short notice like this
  464. when it starts in an interactive mode:
  465.  
  466.     Gnomovision version 69, Copyright (C) 19yy name of author
  467.     Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
  468.     This is free software, and you are welcome to redistribute it
  469.     under certain conditions; type `show c' for details.
  470.  
  471. The hypothetical commands `show w' and `show c' should show the appropriate
  472. parts of the General Public License.  Of course, the commands you use may
  473. be called something other than `show w' and `show c'; they could even be
  474. mouse-clicks or menu items--whatever suits your program.
  475.  
  476. You should also get your employer (if you work as a programmer) or your
  477. school, if any, to sign a "copyright disclaimer" for the program, if
  478. necessary.  Here is a sample; alter the names:
  479.  
  480.   Yoyodyne, Inc., hereby disclaims all copyright interest in the program
  481.   `Gnomovision' (which makes passes at compilers) written by James Hacker.
  482.  
  483.   <signature of Ty Coon>, 1 April 1989
  484.   Ty Coon, President of Vice
  485.  
  486. This General Public License does not permit incorporating your program into
  487. proprietary programs.  If your program is a subroutine library, you may
  488. consider it more useful to permit linking proprietary applications with the
  489. library.  If this is what you want to do, use the GNU Library General
  490. Public License instead of this License.
  491.  
  492.  
  493.  
  494.  
  495.  
  496.  
  497.  
  498.  
  499.  
  500. -------------------------------------------------------
  501. MySQL Open Source License
  502. -------------------------------------------------------
  503.  
  504.  
  505. Our software is 100% GPL (General Public License); if yours is 100% GPL compliant, then you have no obligation to pay us for the licenses. This is a great opportunity for the open source community and those of you who are developing open source software.
  506.  
  507. The formal terms of the GPL license can be found in the GNU General Public License section of the MySQL Reference Manual. Please note that the General Public License can be restrictive, so if it doesn't meet your needs, you are better served by our Commercial License.
  508.  
  509. Specifically:
  510.  
  511. MySQL is free use for those who are 100% GPL. If your application is licensed under GPL or compatible OSI license approved by MySQL AB, you are free to ship any GPL software of MySQL AB with your application ('application' means any type of software application, system, tool or utility). You do not need a separate signed agreement with MySQL AB, because the GPL license is sufficient. We do, however, recommend you contact us as there usually are good opportunities for partnership and co-marketing.
  512.  
  513. Under the Open Source License, you must release the complete source code for the application that is built on MySQL. You do not need to release the source code for components that are generally installed on the operating system on which your application runs, such as system header files or libraries.
  514.  
  515. Free use for those who never copy, modify or distribute. As long as you never distribute (internally or externally) the MySQL Software in any way, you are free to use it for powering your application, irrespective of whether your application is under GPL license or not.
  516.  
  517. You are allowed to modify MySQL Software source code any way you like as long as the distributed derivative work is licensed under the GPL as well.
  518.  
  519. You are allowed to copy MySQL binaries and source code, but when you do so, the copies will fall under the GPL license.
  520.  
  521. Optional GPL License Exception for PHP. As a special exception, MySQL AB gives permission to distribute derivative works that are formed with GPL-licensed MySQL software and with software licensed under version 3.0 of the PHP license. You must obey the GNU General Public License in all respects for all of the code used other than code licensed under version 3.0 of the PHP license.
  522.  
  523. Non-Profits, Academic Institutions, and Private Individuals
  524. If you represent a non-profit organization or an academic institution, we recommend you publish your application as an open source / free software project using the GPL license. Thereby, you are free to use MySQL software free of charge under the GPL license. We believe that if you have strong reasons to not publish your application in accordance with the GPL, you should purchase commercial licenses. Note that non-profits can apply for free commercial licenses, which will be liberally granted.
  525.  
  526. If you are a private individual you are free to use MySQL software for your personal applications as long as you do not distribute them. If you distribute them, you must make a decision between the Commercial License and the GPL.
  527.  
  528. Please note that even if you ship a free demo version of your own application, the above rules apply.
  529.  
  530. Recommendations
  531. Please note that MySQL AB can only give advice on which license is right for you. The final judgment, of course can be made only by a court of law. With that said, we recommend the commercial license to all commercial and government organizations. This frees you from the broad and strict requirements of the GPL license.
  532.  
  533. To all free software enthusiasts we recommend our products under the GPL license. We believe that MySQL AB is one of the world's largest companies that offers all its software under the GPL license.
  534.  
  535. To anyone in doubt, we recommend the commercial license. It is never wrong. Thanks to our cost-effective way of producing software, we are able to sell our commercial licenses at prices well under the industry average.
  536.  
  537. Older Versions
  538. Note that some older versions of the MySQL database server (prior to 3.23.19) are using the Version 4, March 5, 1995, license. See the documentation for the specific version for more information.
  539.  
  540. When in Doubt
  541. If you have any questions on MySQL licensing, feel free to contact us:
  542. USA and Canada: + 1-425-743-5635 or licensing@mysql.com
  543. Germany, Austria, and Switzerland: +49-(0)7022-9256-30 or lizenzierung@mysql.de
  544. Scandinavia (Sweden, Norway, and Denmark): +46 730 234 111
  545. France: +33 (0)1.43.077.099 or vente@mysql.com
  546. Finland: +358 (0)9 2517 5553
  547. Spain, Portugal, and Latin America: +1 (425) 373-3434 or vende@mysql.com
  548.  
  549.  
  550. OSI = Open Source Initiative, www.opensource.org/licenses
  551. GPL = GNU General Public License, http://www.gnu.org/copyleft/gpl.html
  552.  
  553. Version 4.0, 9 January 2004
  554.  
  555.  
  556.